projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5a6ad
)
(Fmac_resume_apple_event): Set error number when
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Mon, 15 Jan 2007 08:36:29 +0000
(08:36 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Mon, 15 Jan 2007 08:36:29 +0000
(08:36 +0000)
descriptor type of reply is non-null.
src/macselect.c
patch
|
blob
|
history
diff --git
a/src/macselect.c
b/src/macselect.c
index 8d15db24144ce63b44b987d592b3a5b67d36966f..3dda1de5b7a2409b09cadc9ea4a7fe091d772447 100644
(file)
--- a/
src/macselect.c
+++ b/
src/macselect.c
@@
-1390,7
+1390,7
@@
nil, which means the event is already resumed or expired. */)
ae = *p;
*p = (*p)->next;
if (INTEGERP (error_code)
- && ae->
apple_event
.descriptorType != typeNull)
+ && ae->
reply
.descriptorType != typeNull)
{
SInt32 errn = XINT (error_code);